home *** CD-ROM | disk | FTP | other *** search
/ Easy Internet / Internet Training Corporation Easy Internet Rev21 (ITC).ISO / pc / data / 1008.scp < prev    next >
Text File  |  1997-06-04  |  164b  |  10 lines

  1. proc main
  2.    waitfor "ogin:"
  3.    transmit $USERID
  4.    transmit "^M"
  5.    waitfor "assword:"
  6.    transmit $PASSWORD
  7.    transmit "^M"
  8.    waitfor "Async"
  9.  endproc
  10.